/*
  Theme Name: flamingotech
  Theme URI:
  Version: 1.0
  Author: Flamingo Tech
  Author URI:
  Description: 
*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. BODY & TYPOGRAPHY

2. BACKGROUNDS

3. HEADER

4. NAVIGATION

5. HERO AREA

6. ABOUT US

7. CALL TO ACTION

8. CONTACT

9. COUNTER

10. PRICING

11. PORTFOLIO

12. SERVICE

13. SKILLS

14. TEAM

15. TESTIMONIAL

16. BLOG

17. SINGLE POST

18. FOOTER

19. 404_
-------------------------------------------------------------------*/

html {
  margin: 0%;
}

*,
*::before,
*::after {
  margin: 0%;
}
/*=================================================================
  TYPOGRAPHY
==================================================================*/
/*@import url("https://web.archive.org/web/20231103010130cs_/https://fonts.googleapis.com/css?family=Barlow+Display:400,700|Roboto:400,500,700,900");*/
@import url('https://web.archive.org/web/20231103010130cs_/http://fonts.cdnfonts.com/css/helvetica-255');
body {
  line-height: 1.4;
  font-family: "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Helvetica", sans-serif;
  color: #9a9a9a;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/
.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #31BB9E;
}

.btn-main, .btn-main-sm {
  background-color: #31BB9E;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn-main:hover, .btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm {
  padding: 8px 20px;
  font-size: 12px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.padding-0 {
  padding: 0;
}

@media (max-width: 768px) {
  .padding-0 {
    padding: 0 15px;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}


.title {
  padding-bottom: 50px;
  text-align: center;
  
}

.title h2 {
  font-size: 35px;
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}


.title h4 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .title p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .title p {
    width: 80%;
  }
}

.title .border {
  display: inline-block;
  height: 6px;
  position: relative;
  width: 90px;
  background: #31BB9E;
  border-color: #31BB9E;
  margin-bottom: 10px;
}

.bg-gray {
  background: #f9f9f9;
}

.color-gray {
  color: #777;
}

.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.34);
}

.gradient {
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Helvetica", serif;
}

.header-bradcrumb a:hover {
  color: #31BB9E;
}

.slick-slide {
  outline: none;
}

.commonTab .nav-tabs {
  border: 1px solid transparent;
  text-align: center;
}

.commonTab .nav-tabs .nav-item {
  margin: 0 3px;
}

.commonTab .nav-tabs .nav-item .nav-link {
  background: #f9f9f9;
  color: #666;
  text-transform: capitalize;
  border-radius: 0;
}

.commonTab .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #31BB9E;
  background: #31BB9E;
  color: #fff;
}

.commonTab .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #31BB9E;
  border-radius: 0;
  background: #31BB9E;
  color: #fff;
}

.commonTab .tab-content {
  padding-top: 30px;
}


/*=================================================================
  NAVIGATION
==================================================================*/
/* .navigation {
  transition: .3s all;
  background: #FF6C72;
  border-radius: 64px;
  border-top: none;
  z-index: 999;
  top: 22px;
  left: 0;
} */





/*=================================================================
  HERO AREA
==================================================================*/
.hero-area {
  
  padding: 40px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF6C72;
  /* background-image: url("/web/20231103010130im_/https://www.flamingotech.com.au/wp-content/themes/images/slider/slider-bg-2.jpg");
  background-size: cover;
  background-attachment: fixed; */
  position: relative;
  border-radius: 64px;
  border-top: none;
  margin-left: 120px;
  margin-right: 120px;
}





.hero-area:before {
  content: '';
  
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}



.hero-area .block h2 {
  padding-top: 140px;
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.hero-area .block p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.video-player img {
  margin-top: 100px;
margin-left: -60px;
}
.video-player img {
  width: 650px;
}

.hero-area .block input {
  background: #ffe3e3;
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  color: #FF6C72;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align: center;
  border: none;
}

.hero-area .block input:hover {
  background: #ebb7b7;
  text-decoration: none;
  cursor: pointer;
  
}

@media (max-width: 768px) 
{
  .hero-area {
  
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 26px;
  } 

  .hero-area .block h2 {
    font-size: 48px;
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .hero-area .block p {
    text-align: center;
    margin-bottom: 20px;
  }

  .video-player {
    display: none;
  }

  #icon-images {
    content:url("/web/20231103010130im_/https://www.flamingotech.com.au/wp-content/themes/flamingo_html/images/header_1_icon_img-mobile.png");
  }
    
  
}

.hero-area .navbar {
 margin-top: -30px;
}
.hero-area .navbar-nav > li.active a {
  color: #000;
}

.hero-area .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 10px 10px !important;
  transition: .2s ease-in-out 0s;
}

@media (max-width: 480px) {
  .hero-area .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .hero-area .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

.hero-area .navbar-nav > li > a:hover, .hero-area .navbar-nav > li > a:active, .hero-area .navbar-nav > li > a:focus {
  background: none;
  color: #01203A;
}

.hero-area .navbar-toggler {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}

.hero-area .nav .open > a {
  background: none;
}

 .hero-area .dropdown {
  padding: 0;
}

.hero-area .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.hero-area .dropdown .menu-item{
  font-size: 15px;
  text-align: center;
  transition: .2s ease-in-out 0s;
  color: #fff;
  padding: 10px;
}



.hero-area .dropdown .menu-item a{
  color: #fff;
}

.hero-area .dropdown .menu-item:hover{
 background: #FF6C72;
}




.hero-area .dropdown .dropdown-item:hover {
  background: transparent;
  color: #31BB9E;
}

.hero-area .dropdown .dropdown-menu {
  border-radius: 0;
  background-color: #000;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}


@media (max-width: 992px) {
  .hero-area .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.hero-area .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 992px) {
  .hero-area .dropdown .dropdown-menu.show {
    display: block;
  }
}



.navbar-brand img {
  max-width: 160px;
  margin-left: -15px;

}

.navbar-brand h1 {
  margin: 0;
  font-size: 25px;
}

.navigation #navbarNavDropdown {
  position: absolute;
  right: -1400px;
}

@media (max-width: 768px) 
{ 
  .navbar-brand {
    height: 80px;
   
  
  }
  .navbar-brand img {
    max-width: 400px;
  
  }
  
  
}



/*=================================================================
  section-two section
==================================================================*/
.section-two {
  padding-top: 60px;
 }
 .section-two .icons{
  padding-bottom: 40px;
 }

 .section-two .icons img{
  transition: .3s ease;
 }
 .section-two .icons img:hover{
  transition: .3s ease;
    transform: scale(1.04);
 }

 .section-two .icons p{
  padding-top : 10px;
  text-align: center;
  color: #000;
  width: 150px;
  font-size: 12px;
  font-weight: bold;
 }
.section-two h1{
  font-size: 48px;
  
 }
.section-two .icon-row{
 padding-top: 60px;
}

@media (max-width: 768px) 
{
  

  .section-two .icon-row{
    padding-top: 10px;
    content:url("/web/20231103010130im_/https://www.flamingotech.com.au/wp-content/themes/flamingo_html/images/section-2-new-img-mobile.png");
  }
}

/*=================================================================
  section-three section
==================================================================*/

.section-three{
  padding-top: 30px;
}
.section-three .box{
  background: #FFE3E3;
  border-radius: 75px;
  padding: 100px;
}

.section-three .box h1{
  padding-top: 10px;
  font-size: 48px;
  letter-spacing: 0px;
  text-align: left;
  color:#FD6C72;
  
}

.section-three .box h2{
  font-family: "Helvetica", sans-serif;
  padding-top: 10px;
  font-size: 36px;
  letter-spacing: 0px;
  text-align: left;
  
}

.section-three .box .orange{
  color: #FD6C72;
  
}

.section-three .box img{
 position: absolute;
 right: 0;
 top: -55px;
 transition: all 0.3s ease;
 width: 360px;
 
  
}

/* .section-three .box img:hover{
  transform: scale(1.05);
  transition: all 0.3s ease;
   
 } */


@media (max-width: 768px) 
{
  .section-three .box h1{
    padding-top: 30px;
    font-size: 48px;
    text-align: center;
    
  }
  
  .section-three .box h2{
    font-family: "Helvetica", sans-serif;
    padding-top: 40px;
    font-size: 26px;
    text-align: center;
    
    
  }

  .section-three .box{
    border-radius: 55px;
    background: #FFE3E3;
    border-radius: 55px;
    padding: 0px;
  }

  .section-three .box img{
    position: relative;
    top: 10px;
    left: 22px;
    padding-bottom: 40px;
    width: 300px;
     
   }
}


/*=================================================================
  section-four section
==================================================================*/

.section-four{
  padding-top: 180px;
  background: #F4F4F4;
  border-radius: 65px;
  margin-left: 120px;
  margin-right: 120px;
}

.section-four .box .mobile-icon{
  position: absolute;
  left: 0;
  bottom: -70px;
  transition: all 0.3s ease;
  width: 360px;
 }

 /* .section-four .box .mobile-icon:hover{
  transition: all 0.3s ease;
  transform: scale(1.05);
   
 } */

 .section-four  .orange{
  color: #FD6C72;
  
}

 .section-four p{
  text-align: right;
  font-size: 24px;
  color: #000;
  width: 470px;
  position: relative;
  top: -5px;
   
 }


 .section-four  p img{
   margin-left: 10px;
  width: 30px;
   
 }



@media (max-width: 768px) 
{
  .section-four{
    padding-top: 0px;
    background: #F4F4F4;
    border-radius: 65px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .section-four .box .mobile-icon{
    position: relative;
    left: 25px;
    right: 0;
    top: 40px;
    padding-bottom: 80px;
    width: 300px;
     
   }

   .section-four p{
     width: auto;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
     
   }

   .section-four p img{
    display: none; 
  }


    
  }
  



/*=================================================================
  section-five section
==================================================================*/

.section-five{
  padding-top: 80px;
}

.section-five h2{
  color: #FD6C72;
  font-size: 48px;
  font-weight: bold;
}


 .section-five  .orange{
  color: #FD6C72;
  
}

.section-five p{
  text-align: left;
  font-size: 24px;
  color: #000;
  width: 600px;
  position: relative;
  top: 35px;
  line-height: 1.2;
   
 }


 .section-five  p img{
   margin-right: 10px;
  width: 30px;
   
 }



 .section-five img{
   width: 500px;
   transition: all 0.3s ease;
 }

 .section-five img:hover{
  transform: scale(1.05);
  transition: all 0.3s ease;
   
 }

 @media (max-width: 768px) 
{
  
  .section-five{
    padding-top: 80px;
  }
  .section-five h2{
    font-size: 48px;
    text-align: center;
  }

  .section-five p{
    text-align: center;
    padding-top: 10px;
    width: auto;
    font-size: 28px;
     
   }

   .section-five img{
    width: 350px;
  }
  
}
/*=================================================================
  section-six section
==================================================================*/

.section-six{
  padding-top: 30px;
}
.section-six .box{
  background: #F4F4F4;
  border-radius: 75px;
  text-align: center;
  padding-top: 40px;
}

.section-six .box h2{
  font-family: "Helvetica", sans-serif;
  padding-top: 70px;
  font-size: 36px;
  letter-spacing: 0px;
  text-align: left;
  
}

.section-six .box .orange{
  color: #FD6C72;
  
}
.section-six .box img{
 position: absolute;
 right: 0;
 top: -23px;
  
}


@media (max-width: 768px) 
{
  .section-six img{
    max-width: 350px;
  }
}


/*=================================================================
  section-seven section
==================================================================*/

.section-seven{
  padding:0;
}

.section-seven h1{
  padding-top: 60px;
  text-align: left;
  font-size: 36px;
}

.section-seven img{
  margin-top: -40px;
  width: 400px;

}



.section-seven .social-icons{
  text-align: right;
  padding-top: 60px;
  margin-left: 100px;
 
 }




@media (max-width: 768px) 
{
  .section-seven h1{
    padding-top: 0px;
    text-align: center;
    font-size: 36px;
  }
  
  .section-seven img{
    margin-top: -40px;
    width: 350px;
  
  }
  .section-seven .social-icons{
    text-align: center;
    padding-top: 60px;
    margin-left: 0px;
    padding-bottom: 40px;
   
   }
}

 
/*=================================================================
  how section
==================================================================*/

.how{
  background: #EEEEF7;
}

.how .how-title{
  text-align: center;
  font-size: 50px;
  padding-top: 50px;
  color:#01203a;
}

.how .how-sub{
  text-align: center;
  font-size: 19x;
  color: #ff6161;
  line-height: 25.2px;
  font-weight: 600;
}

.how .how-para{
  text-align: center;
  font-size: 32px;
  color: #01203a;
  font-weight: 500;
  padding-top: 35px;
  padding-bottom: 45px;
}

.how .how-para span{
  color: #ff6161;
}




/*=================================================================
  timeline section
==================================================================*/


.timeline .timeline-title{
  text-align: center;
  font-size: 50px;
  padding-top: 50px;
  color:#01203a;
}

.timeline div{
  text-align: center;
}
.timeline img{
  padding-top: 50px;
}

/*=================================================================
  why section
==================================================================*/


.Why {
  background: #FFB2B4;
}

.Why .why-title{
  text-align: center;
  font-size: 50px;
  padding-top: 50px;
  color:#01203a;
}

.Why .why-para{
  text-align: center;
  font-size: 22px;
  color: #424242;
  font-weight: 400;
  padding-top: 35px;
  padding-bottom: 120px;
}

.Why .heading{
  color: #ff4671;
  font-size: 36px;
  
}

.Why .para{ 
  color: #01203a;
  font-size: 20px;
  padding-top: 25px;
  max-width: 480px;
  text-align: left;
  padding-bottom: 220px;
}

.Why .right{ 
  text-align: right;
}
.Why .left{ 
  text-align: left;
}

.Why .img .img-2{ 
  margin-top:-100px;
  width: 300px;
}

.Why .img .img-3{ 
  margin-top:-100px;
}



@media (max-width: 768px) 
{ 
  .Why .why-para{
   
    padding-bottom: 40px;
  }

  .Why .para{ 
    font-size: 20px;
    padding-top: 25px;
    text-align: justify;
    padding-bottom: 40px;
  }

  .Why .right{ 
    text-align: left;
  }
  .Why .img { 
    text-align: center;
    margin-bottom: 30px;
  }

  .Why .img .img-2{ 
   display: none;
  }
  
  .Why .img .img-3{ 
    margin-top:20px;
  }
  
}


/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #FF6C72;
  border-top: 1px solid #FF6C72;
  padding: 80px 0 80px;
  border-radius: 64px;
  margin-left: 120px;
  margin-right: 120px;
}

.top-footer h2 {
  color:#fff;
  padding-bottom:5px;
  font-size: 28px;
 
}

.top-footer h3 {
  color:#fff;
  font-size: 28px;
  padding: 0;
 
}

.top-footer p {
  font-size:14px;
  color:#fff;
  line-height:22.4px;
  padding: 0%;
 
}

.top-footer .list {
 text-align: center;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  line-height: 30px;
  
 
}

.top-footer .icon {
  padding-left:100px;
  margin-top:20px;
  width: 50px;
 
}


@media (max-width: 768px) 
{ 
  .top-footer h2 {
    text-align: center;
   
  }
  
  .top-footer h3 {
    text-align: center;
   
  }

  
.top-footer p {
  text-align: center;
  margin-bottom: 40px;
 
}

.top-footer .list {
  text-align: center;
  padding-left:0px; 
}

.top-footer .icon {
  display: none;
 
}

.top-footer {
 
  margin-left: 0px;
  margin-right: 0px;
}
  
}



/* Blogs Template */


    /* Cards */
    .postcard {
      flex-wrap: wrap;
      display: flex;
      box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
      border-radius: 10px;
      margin: 0 0 2rem 0;
      overflow: hidden;
      position: relative;
    }
    
    .postcard a {
      color: inherit;
    }
    .postcard h1,
    .postcard .h1 {
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 1.2;
    }
    .postcard .small {
      font-size: 80%;
    }
    .postcard .postcard__title {
      font-size: 1.75rem;
    }
    .postcard .postcard__img {
      max-height: 180px;
      width: 100%;
      object-fit: cover;
      position: relative;
    }
    .postcard .postcard__img_link {
      display: contents;
    }
    .postcard .postcard__bar {
      width: 50px;
      height: 10px;
      margin: 10px 0;
      border-radius: 5px;
      background-color: #424242;
      transition: width 0.2s ease;
    }
    .postcard .postcard__text {
      padding: 1.5rem;
      position: relative;
      display: flex;
      flex-direction: column;
    }
    .postcard .postcard__preview-txt {
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify;
      height: 100%;
    }
    .postcard .postcard__tagbox {
      display: flex;
      flex-flow: row wrap;
      font-size: 14px;
      margin: 20px 0 0 0;
      padding: 0;
      justify-content: center;
    }
    .postcard .postcard__tagbox .tag__item {
      display: inline-block;
      background: rgba(83, 83, 83, 0.4);
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      user-select: none;
      transition: background-color 0.3s;
    }
    .postcard .postcard__tagbox .tag__item:hover {
      background: rgba(83, 83, 83, 0.8);
    }
    .postcard:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(-70deg, #424242, transparent 50%);
      opacity: 1;
      border-radius: 10px;
    }
    .postcard:hover .postcard__bar {
      width: 100px;
    }
    
    @media screen and (min-width: 769px) {
      .postcard {
        flex-wrap: inherit;
        flex-direction: row-reverse;
      }
      .postcard .postcard__title {
        font-size: 2rem;
      }
      .postcard .postcard__tagbox {
        justify-content: start;
      }
      .postcard .postcard__img {
        max-width: 400px;
        max-height: 90%;
        transition: transform 0.3s ease;
      }
      .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
      }
      .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #ff6c72;
        top: -20%;
        height: 130%;
        width: 55px;
      }
      
      /*
      .postcard:hover .postcard__img {
        transform: scale(1.1);
      }
      .postcard:nth-child(2n+1) {
        flex-direction: row;
      }
      .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
      }*.
      
    }
    @media screen and (min-width: 1024px) {
      .postcard__text {
        padding: 2rem 3.5rem;
      }
    
      /* 
      .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
      }
     
      .postcard.dark .postcard__text:before {
        background: #ff6c72;
      }
      */
    }
   
    
    
    .postcard .postcard__tagbox .blue.play:hover {
      background: #ff6c72;
    }
    
    .blue .postcard__title:hover {
      color: #ff6c72;
    }
    
    .blue .postcard__bar {
      background-color: #ff6c72;
    }
    
    .blue::before {
      background-image: linear-gradient(-30deg, rgba(255, 108, 114, 0.1), transparent 50%);
    }
    
    .blue:nth-child(2n)::before {
      background-image: linear-gradient(30deg, rgba(255, 108, 114, 0.1), transparent 50%);
    }
    
    
    @media screen and (min-width: 769px) {
      
    
      .blue::before {
        background-image: linear-gradient(-80deg, rgba(255, 108, 114, 0.1), transparent 50%);
      }
    
      .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(255, 108, 114, 0.1), transparent 50%);
      }
    
    }


    .blog .container 
    {
      border: 1px solid #FF6C72;
      max-width: 55%;
    }

    .blog .date 
    {
      color:#01203a;
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      line-height:normal;
      vertical-align:baseline;
      letter-spacing:normal;
      margin-top: 100px;
    }


    .blog h2 
    {
      color:#01203a;
      text-align: left;
      font-size: 32px;
      font-weight: 400;
      line-height:50px;
    }


    .blog p
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      line-height:32px;
    }
    
    .blog ol li
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
       line-height:50px;
      vertical-align:baseline;
      letter-spacing:normal;
      list-style-type: square;
      padding: 5px;
      margin-left:30px;
    }
    
     .blog ul li
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      line-height:normal;
      vertical-align:baseline;
      letter-spacing:normal;
      list-style-type: square;
      padding: 5px;
      margin-left:30px;
    }

    @media (max-width: 768px)  {
      
    
      .blog .container 
      {
        max-width: 100%;
      }
    
    }


    #contact-submit{
      background:#FF6C72;
      color:#fff;
      width:300px;
    }

    #contact-submit:hover{
      background: transparent;
      color:#FF6C72;
      border: 1px solid #FF6C72;
      transition: all 0.5s ease-out;
    }


    #budget{
      margin: 20px;
      border: 1px solid #ccc;
      font-weight: 100;
      letter-spacing: 2px;
      color: #01203A;
      flex: 1;
      padding: 40px;
      line-height: 1.4em;
      box-shadow: 0 -5px 5px -5px #ff6c72;
      
    } 


    #budget p{
      color: #01203A;
      font-weight: 600;
    } 


    #budget input {
      padding: 10px 30px;
      border: none;
      border-bottom: 1px solid lightgrey;
      margin-bottom: 5px;
      margin-top: 2px;
      box-sizing: border-box;
      color: #000;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 500
  }
  
  #budget input:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-bottom: 1px solid #EF5350;
      outline-width: 0
  }
  
  .page-style
  {
    padding-top:20px;
    padding-bottom:20px;
  }

.page-style li
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
       line-height:50px;
      vertical-align:baseline;
      letter-spacing:normal;
      list-style-type: square;
      padding: 5px;
      margin-left:30px;
    }
    
     .page-style ul li
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      line-height:normal;
      vertical-align:baseline;
      letter-spacing:normal;
      list-style-type: square;
      padding: 5px;
      margin-left:30px;
    }

.page-style ol
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
       line-height:50px;
      vertical-align:baseline;
      letter-spacing:normal;
    }
  .page-style ol li
    {
      color:#01203a;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      line-height:normal;
      vertical-align:baseline;
      letter-spacing:normal;
      padding: 5px;
       list-style: number !important;
      display: list-item;
      margin-left:30px;
    }




#pagination-custom  a{
    color: #fff;
    text-decoration:none;
}
 
#pagination-custom a {
    display: inline;
}
 
#pagination-custom a{
  
    background-color: #FF6C72;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

#pagination-custom .current{
   background-color: #808080;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    color:#fff;
  
}

/*
     FILE ARCHIVED ON 01:01:30 Nov 03, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:31:22 Oct 27, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.442
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.006
  esindex: 0.009
  cdx.remote: 13.843
  LoadShardBlock: 102.568 (3)
  PetaboxLoader3.datanode: 94.652 (4)
  PetaboxLoader3.resolve: 138.164 (2)
  load_resource: 133.023
*/